cURL
curl --request GET \ --url https://api.proposales.com/v3/companies/{companyId}/templates \ --header 'Authorization: Bearer <token>'
{ "data": [ { "title": "<string>", "uuid": "<string>", "language": "<string>", "background_image_uuid": "<string>" } ] }
Lists proposal templates for a company.
Documentation IndexFetch the complete documentation index at: https://docs.proposales.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.proposales.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties